runtime.mspan.isFreeOrNewlyAllocated (method)

3 uses

	runtime (current package)
		mbitmap.go#L1173: func (s *mspan) isFreeOrNewlyAllocated(index uintptr) bool {
		mgcmark.go#L1570: 			if span.isFreeOrNewlyAllocated(idx) {
		mgcmark.go#L1627: 		if span.isFreeOrNewlyAllocated(idx) {